VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Color Namespace / RemapColors16Command Class / RemapColors16Command Constructors / RemapColors16Command Constructor(UInt16[])
Syntax Exceptions Requirements SeeAlso
In This Topic
    RemapColors16Command Constructor(UInt16[])
    In This Topic
    Initializes a new instance of the RemapColors16Command class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal grayMap
    A map for the gray channel. Must contain 65536 elements.
    () As UShort _
    )
    public RemapColors16Command(
    ushort[] grayMap
    )
    public: RemapColors16Command(
    ushort[]* grayMap
    )
    public:
    RemapColors16Command(
    array<ushort>^ grayMap
    )

    Parameters

    grayMap
    A map for the gray channel. Must contain 65536 elements.
    Exceptions
    ExceptionDescription
    Thrown if color map size is not equal to 65536.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also